home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / trom018.zip / TROMTAG.DOC < prev    next >
Text File  |  1996-08-09  |  2KB  |  68 lines

  1. TromsoTag, version 0.18 - Small tagline inserter for message editors.
  2. Freeware written by Dana Booth on 9 Aug 1996.
  3. ---------------------------------------------------------------------
  4.  
  5. Overview:
  6.  
  7.      TromsoTag was designed to run in 'hands off' mode; to insert random
  8.      taglines from your tagfile, but it may also be run in interactive
  9.      mode, where you can list your tagline file and choose from the list.
  10.  
  11.  
  12. Operation:
  13.  
  14.      I presume that your editor can create some sort of 'drop text'.
  15.      GoldEd's droptext is GOLDED.MSG, and timEd's is TIMED.MSG, you get the
  16.      picture... Use this drop text and the name of the plain ascii tagline
  17.      file on the command line. Add an '/r' to the end of the command line
  18.      to run TromsoTag in random tagline mode. Leave off the '/r' to run it
  19.      in interactive mode. The tagline file has one tagline per line, and is
  20.      plain ascii. I've supplied a sample file, but of course you can use
  21.      anything, as long as it's in the same format.
  22.  
  23.      The syntax is: TROMTAG [[\PATH\]DROPTEXT] [[\PATH\TAGTEXT] /R
  24.  
  25.      The command line: 'TROMTAG GOLDED.MSG TAG.LIN /R' would randomly
  26.      select a tagline from the file TAG.LIN and place it in GOLDED.MSG
  27.  
  28.      The command line: 'TROMTAG GOLDED.MSG TAG.LIN' would do the same
  29.      thing, only without the '/r' switch at the end of the tagline, it
  30.      would run in interactive mode.
  31.  
  32.  
  33.  
  34.      Here are a couple of examples:
  35.  
  36.      ---------
  37.      1: In this example, I'm using the timEd internal editor. In TIMED.CFG,
  38.      I have defined:
  39.  
  40.      EXESPELL tromtag timed.msg tag.lin /r
  41.  
  42.      Now, whenever I choose the 'spellcheck' option, TromTag inserts a
  43.      random tagline in my message.
  44.      ---------
  45.  
  46.      ---------
  47.      2: In this example, I'm using an external editor with timed. In
  48.      TIMED.CFG, I have defined:
  49.  
  50.      EDITOR ed.bat
  51.  
  52.      The contents of ED.BAT might look like this:
  53.  
  54.      @echo off
  55.      q.exe %1
  56.      tromtag %1 tag.lin /r
  57.      ---------
  58.  
  59.  
  60. Other Stuff:
  61.  
  62.      I'd like to make an os/2 version, but I don't have a C/C++ compiler
  63.      for os/2 yet. The CromTagger has os/2 versions, and I was able to do
  64.      that because it's written in REXX. Send me any flames or comments..
  65.  
  66. - Dana Booth at 1:138/179 or crom@eskimo.com
  67.  
  68.